keras2_crf | Models based on LSTM and Conditional Random Fields
kandi X-RAY | keras2_crf Summary
kandi X-RAY | keras2_crf Summary
keras2_crf is a Jupyter Notebook library. keras2_crf has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Models based on LSTM and Conditional Random Fields (CRF) can obtain State of the Art results on sequence labelling tasks in Natual Language Processing, such as Named Entity Recognition (NER), Part of Speech (POS) and Chunking [1, 2]. Despite of this, there is no official implementation of a CRF layer, more specifically Chain CRF, available on Keras. Currently there's one implementation on keras-contrib (example of usage here) by linxihui and another one kindly provided by phipleg (an extensive merge discussion thread can be found here). Unfortunatelly the latter implementation doesn't work on the most recent versions of Keras 2, although such limitation can be easily overcome by modifying just two lines of code, as shown by Hironsan on this commit. The goal of this repository consists in showing which changes have to be made in the code kindly developed by phipleg and contributors, so it can work on the most recent version of Keras (currently 2.1.5); and to provide a minimum working example of a CRF-based model for POS tagging. The present implementation is inspired on the code developed by nreimers, emnlp2017-bilstm-cnn-crf [3].
Models based on LSTM and Conditional Random Fields (CRF) can obtain State of the Art results on sequence labelling tasks in Natual Language Processing, such as Named Entity Recognition (NER), Part of Speech (POS) and Chunking [1, 2]. Despite of this, there is no official implementation of a CRF layer, more specifically Chain CRF, available on Keras. Currently there's one implementation on keras-contrib (example of usage here) by linxihui and another one kindly provided by phipleg (an extensive merge discussion thread can be found here). Unfortunatelly the latter implementation doesn't work on the most recent versions of Keras 2, although such limitation can be easily overcome by modifying just two lines of code, as shown by Hironsan on this commit. The goal of this repository consists in showing which changes have to be made in the code kindly developed by phipleg and contributors, so it can work on the most recent version of Keras (currently 2.1.5); and to provide a minimum working example of a CRF-based model for POS tagging. The present implementation is inspired on the code developed by nreimers, emnlp2017-bilstm-cnn-crf [3].
Support
Quality
Security
License
Reuse
Support
keras2_crf has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
keras2_crf has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of keras2_crf is current.
Quality
keras2_crf has no bugs reported.
Security
keras2_crf has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
keras2_crf does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
keras2_crf releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of keras2_crf
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of keras2_crf
keras2_crf Key Features
No Key Features are available at this moment for keras2_crf.
keras2_crf Examples and Code Snippets
No Code Snippets are available at this moment for keras2_crf.
Community Discussions
No Community Discussions are available at this moment for keras2_crf.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install keras2_crf
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page